micro_utils.dokka
0.9.7
jvm
micro_utils.dokka
/
dev.inmo.micro_utils.repos
/
[jvm]ReadOneToManyKeyValueRepo
/
getAll
get
All
jvm
open
suspend
fun
getAll
(
k
:
Key
,
reversed
:
Boolean
=
false
)
:
List
<
Value
>
Content copied to clipboard
open
suspend
fun
getAll
(
reverseLists
:
Boolean
=
false
)
:
Map
<
Key
,
List
<
Value
>
>
Content copied to clipboard
WARNING!!! THIS METHOD PROBABLY IS NOT EFFICIENT, USE WITH CAUTION